Welcome![Sign In][Sign Up]
Location:
Search - HUFFMAN TEXT FILE

Search list

[Compress-Decompress algrithmshuffmanman

Description: 用huffamn算法实现了文本文件的压缩和解压缩,VC++实现-huffamn algorithm using a text file compression, VC
Platform: | Size: 251904 | Author: | Hits:

[Data structsenderlw_Huffmanzip

Description: 利用Huffman编码法做的一个文本文件压缩程序,仅支持英文的文本文档,压缩效率在10%~50%,DOS界面,欢迎讨论。-Huffman coding method used to do a text file compression program, supports only English text files, the compression efficiency of 10% to 50%, DOS interface, welcomed the discussion.
Platform: | Size: 17408 | Author: enderlw | Hits:

[Compress-Decompress algrithmshuffman0607

Description: 数据结构课程设计,实现对文本文件的huffman编码和译码-data structure curriculum design, realization of the text file Huffman coding and decoding
Platform: | Size: 62464 | Author: cmooc | Hits:

[Compress-Decompress algrithmsHuffman

Description: Huffman编码,基于VC6.0开发平台,是Huffman于1952年为压缩文本文件建立的。-Huffman coding, based on VC6.0 development platform, is Huffman in 1952 for the compressed text file created.
Platform: | Size: 109568 | Author: shen | Hits:

[Otherhuffman

Description: 哈夫曼编码:输入一个文本文件(英文文本),剔除其中的非英文字符,并将英文字符统一转化为大写字符,然后统计各个字符的出现概率。创建哈夫曼树,给出编码表(即各字符的码字)及编码效率(带权路径长度)-Huffman Coding: Enter a text file (English version), excluding one non-English characters and English characters converted to uppercase characters reunification, and then the emergence of statistical probability of the various characters. Create a Huffman tree, given encoding table (that is, the character code word) and the coding efficiency (with the right path length)
Platform: | Size: 1024 | Author: k332 | Hits:

[Compress-Decompress algrithmshuffmancoding

Description: 对文本文件success.dat进行霍夫曼编码,用文本文件coding.dat保存编码-Success.dat of text files to Huffman code, using a text file save encoding coding.dat
Platform: | Size: 12288 | Author: greengrape | Hits:

[OtherHuffman

Description: 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compressed file name suffix. Cod) in turn, can restore a compressed file into a decoder text file (. txt).
Platform: | Size: 7168 | Author: haitty1009 | Hits:

[Compress-Decompress algrithmscompressdecompress

Description: 此为压缩与解压缩程序的文本文件,里面是用C语言编写的程序源代码.此程序运用了huffman树的思想,利用数据结构知识解决问题.-This is the compression and decompression process of a text file, which is used C language source code. This procedure uses huffman tree thinking, the use of data structure knowledge to solve the problem.
Platform: | Size: 9216 | Author: eva yin | Hits:

[Windows Developwangping841

Description: 用哈夫曼编码来存储文件,并和输入文本文件大小进行比较,计算文件压缩率-Huffman coding used to store documents, and to input text file size compared to the calculation file compression rate
Platform: | Size: 4096 | Author: 王平 | Hits:

[File OperateHuffamnCoding

Description: 用VC++实现的一个简单哈夫曼压缩码和解码程序,可以对任意字符的文本文件进行压缩并解压-With VC++ Realize a simple Huffman compression code and decoding procedures, arbitrary characters can compress a text file and extracting
Platform: | Size: 233472 | Author: 陈明 | Hits:

[JSP/JavaHuffmanDecoder

Description: HuffmanDecoder 使用java编写的Huffman解码器,通过读取HuffmanEncoder产生的DecOfInd.huf编码文件,进行解码从而恢复成可读取的原文件。配合HuffmanEncoder使用。此处使用的是指定的text文件,可自行更改。-HuffmanDecoder using java prepared Huffman decoder, by reading HuffmanEncoder generated DecOfInd.huf coding documents, and thus the restoration of decoding can be read into the original document. With the use of HuffmanEncoder. Used here is a designated text file, can make changes.
Platform: | Size: 16384 | Author: Glen | Hits:

[Compress-Decompress algrithmsHuffman

Description: 利用哈夫曼编码实现对一个文本文件的内容加密,假设该文本文件只能包含小写字母、空格、逗号、和句号等字符。该程序是实现对文件中的字符进行编码、输出各个字符对应的编码、输出文件的哈夫曼编码。-The use of Huffman coding to achieve the contents of a text file encryption, the assumption that the text file can contain only lowercase letters, spaces, commas, and characters such as the full stop. The program is to achieve the document s character encoding, the output corresponding to the various character encoding, the Huffman coding output file.
Platform: | Size: 9216 | Author: hulinjie | Hits:

[Windows Develophanfuman

Description: 将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。-Would be arbitrary for a specified text file in characters Huffman encoding, to generate a code file (compressed file) in turn, can be a compressed file decoding back into a text file.
Platform: | Size: 19456 | Author: MissHHuang | Hits:

[Windows Develophuffman

Description: huffman 编码 完陈对指定的文本文件内容进行huffman编码 实现输出-END CHAN huffman encoding text file on the specified content encoding huffman implementation output
Platform: | Size: 434176 | Author: xinyu | Hits:

[Data structsHuffmancoding

Description: 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 -Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman coding huffman decoding huffman of documents
Platform: | Size: 1024 | Author: 黄庆芝 | Hits:

[Compress-Decompress algrithmsHuffman

Description: self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
Platform: | Size: 3072 | Author: DeamonKenji | Hits:

[Otherhuffman

Description: 赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 -Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the destination file
Platform: | Size: 17408 | Author: 刘军 | Hits:

[Compress-Decompress algrithmsHuffman

Description: 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
Platform: | Size: 508928 | Author: canyue | Hits:

[Compress-Decompress algrithmsHuffman

Description: 实现Huffman编码、解码功能。 主函数的流程:定义Huffman树T并初始化T。提示手动输入文本文件或者加载 已存在的文本文件,然后程序进入主菜单Main Menue(),根据输 入的选择项调用相应的函数、实现相应的逻辑功能。-Achieve Huffman encoding, decoding functions. The main function of the process: Define Huffman tree T and initialize T. Prompted to manually input text file or load a text file already exists, then the program enters the main menu Main Menue (), according to the input selection corresponding function calls to achieve the corresponding logic function.
Platform: | Size: 74752 | Author: eve | Hits:

[Compress-Decompress algrithmsHuffman

Description: This a program to encode and decode huffman code for strings. The input should be a text file with two dimentional string array.-This is a program to encode and decode huffman code for strings. The input should be a text file with two dimentional string array.
Platform: | Size: 3072 | Author: Santron | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net